home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NET656C5.IN_ / net656c5.inf
Encoding:
INI File  |  2003-03-24  |  3.3 KB  |  111 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [Version]
  4. LayoutFile = layout.inf
  5. Signature   = "$Windows NT$"
  6. Class        = Net
  7. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  8. Provider    = %MSFT%
  9. DriverVer=10/01/2002,3.0.5000.4
  10.  
  11. [Manufacturer]
  12. %3COM%   = 3COM
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. [3COM]
  18. %GEN.DeviceDesc%    = 3C656C.ndi, PCI\VEN_10B7&DEV_6564
  19. %3C656C.DeviceDesc% = 3C656C.ndi, PCI\VEN_10B7&DEV_6564&SUBSYS_656C10B7&REV_10
  20.  
  21. ;-----------------------------------------------------------------------------
  22. ;3Com 3C656C CARDBUS
  23.  
  24. [3C656C.ndi]
  25. AddReg        = 3C656C.reg, elnk3C656.reg
  26. BusType     = 5    ; PCI
  27. ;Characteristics = 0x4
  28. Characteristics = 0x84
  29. CopyFiles    = elnk3C656.CopyFiles
  30.  
  31. [3C656C.reg]
  32. HKR, , OSType,        , "0"
  33. HKR, , DriverMode, ,"0"
  34. HKR,,CardRevision,,"1"
  35. HKR,NDI\params\LinkSelection,ParamDesc,,%NLS%
  36. HKR,NDI\params\LinkSelection,type,,"enum"
  37. HKR,Ndi\params\LinkSelection,default,,"0200"
  38.  
  39. HKR,Ndi\params\LinkSelection\enum,0200,,%AN%
  40. HKR,Ndi\params\LinkSelection\enum,0100,,%F100%
  41. HKR,Ndi\params\LinkSelection\enum,0080,,%H100%
  42. HKR,Ndi\params\LinkSelection\enum,0040,,%F10%
  43. HKR,Ndi\params\LinkSelection\enum,0020,,%H10%
  44.  
  45. HKR,Ndi\params\flowcontrol,ParamDesc,,%FC%
  46. HKR,Ndi\params\flowcontrol,type,,"enum"
  47. HKR,Ndi\params\flowcontrol,default,,"YES"
  48. HKR,Ndi\params\flowcontrol\enum,YES,,%YES%
  49. HKR,Ndi\params\flowcontrol\enum,NO,,%NO%
  50.  
  51. HKR,NDI\params\LinkNotPresentFail,ParamDesc,,%LinkNotPresentFail%
  52. HKR,NDI\params\LinkNotPresentFail,type,,"enum"
  53. HKR,Ndi\params\LinkNotPresentFail,default,,"0"
  54. HKR,Ndi\params\LinkNotPresentFail\enum,0,,%NO%
  55. HKR,Ndi\params\LinkNotPresentFail\enum,1,,%YES%
  56.  
  57. ;-------------------------------------------------------------------------------
  58. ; 3Com 3C656-TX Service and Driver
  59. [elnk3C656.reg]
  60. HKR, Ndi,         Service,     0, "el656cd5"
  61. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  62. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  63.  
  64. [elnk3C656.CopyFiles]
  65. el656CD5.sys,,,2
  66.  
  67. [3C656C.ndi.Services]
  68. AddService = el656cd5, 2, el656cd5.Service, el656cd5.EventLog
  69.  
  70. [el656cd5.Service]
  71. DisplayName    = %el656cd5.Service.DispName%
  72. ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  73. StartType    = 3 ;%SERVICE_DEMAND_START%
  74. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  75. ServiceBinary    = %12%\el656cd5.sys
  76. LoadOrderGroup    = NDIS
  77.  
  78. [el656cd5.EventLog]
  79. AddReg = el656cd5.AddEventLog.reg
  80.  
  81. [el656cd5.AddEventLog.reg]
  82. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  83. HKR, , TypesSupported,     0x00010001, 7
  84.  
  85. ;--------------------------------------------------------------------------
  86. ; Destination Dirs
  87. [DestinationDirs]
  88. elnk3C656.CopyFiles =12
  89.  
  90. ;--------------------------------------------------------------------------
  91. ; Localization Strings
  92. [strings]
  93. MSFT = "Microsoft"
  94. 3COM = "3Com"
  95.  
  96. 3C656C.DeviceDesc = "FEM656C-3Com Global 10-100+56K CardBus PC Card-(Fast Ethernet)"
  97. GEN.DeviceDesc    = "3Com 656C-Based PCCard Fast Ethernet Adapter"
  98. el656cd5.Service.DispName="3Com Megahertz Global 10/100 LAN + 56K Modem CardBus PC Card"
  99.  
  100. NLS    = "Network Link Selection"
  101. AN    = "Auto Negotiation"
  102. F100    = "100BTX Full Duplex"
  103. H100    = "100BTX Half Duplex"
  104. F10    = "10BT Full Duplex"
  105. H10    = "10BT Half Duplex"
  106. FC    = "Flow Control"
  107. YES    = "YES"
  108. NO    = "NO"
  109. LinkNotPresentFail = "Link Not Present Fail"
  110.  
  111.